home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import mx.core.IFlexModuleFactory;
- import mx.skins.halo.ListDropIndicator;
- import mx.styles.CSSStyleDeclaration;
- import mx.styles.StyleManager;
-
- public class _MenuStyle
- {
- private static var _embed_css_Assets_swf_MenuRadioEnabled_464773337:Class = _MenuStyle__embed_css_Assets_swf_MenuRadioEnabled_464773337;
-
- private static var _embed_css_Assets_swf_MenuBranchEnabled_124894690:Class = _MenuStyle__embed_css_Assets_swf_MenuBranchEnabled_124894690;
-
- private static var _embed_css_Assets_swf_MenuSeparator_589281896:Class = _MenuStyle__embed_css_Assets_swf_MenuSeparator_589281896;
-
- private static var _embed_css_Assets_swf_MenuBranchDisabled_1832654767:Class = _MenuStyle__embed_css_Assets_swf_MenuBranchDisabled_1832654767;
-
- private static var _embed_css_Assets_swf_MenuRadioDisabled_2018210202:Class = _MenuStyle__embed_css_Assets_swf_MenuRadioDisabled_2018210202;
-
- private static var _embed_css_Assets_swf_MenuCheckDisabled_1000134233:Class = _MenuStyle__embed_css_Assets_swf_MenuCheckDisabled_1000134233;
-
- private static var _embed_css_Assets_swf_MenuCheckEnabled_1716438534:Class = _MenuStyle__embed_css_Assets_swf_MenuCheckEnabled_1716438534;
-
- public function _MenuStyle()
- {
- super();
- }
-
- public static function init(param1:IFlexModuleFactory) : void
- {
- var fbs:IFlexModuleFactory = param1;
- var style:CSSStyleDeclaration = StyleManager.getStyleDeclaration("Menu");
- if(!style)
- {
- style = new CSSStyleDeclaration();
- StyleManager.setStyleDeclaration("Menu",style,false);
- }
- if(style.defaultFactory == null)
- {
- style.defaultFactory = function():void
- {
- this.branchDisabledIcon = _embed_css_Assets_swf_MenuBranchDisabled_1832654767;
- this.paddingLeft = 1;
- this.checkIcon = _embed_css_Assets_swf_MenuCheckEnabled_1716438534;
- this.dropShadowEnabled = true;
- this.checkDisabledIcon = _embed_css_Assets_swf_MenuCheckDisabled_1000134233;
- this.radioIcon = _embed_css_Assets_swf_MenuRadioEnabled_464773337;
- this.radioDisabledIcon = _embed_css_Assets_swf_MenuRadioDisabled_2018210202;
- this.borderStyle = "menuBorder";
- this.paddingBottom = 1;
- this.rightIconGap = 15;
- this.paddingTop = 1;
- this.dropIndicatorSkin = ListDropIndicator;
- this.paddingRight = 0;
- this.verticalAlign = "middle";
- this.separatorSkin = _embed_css_Assets_swf_MenuSeparator_589281896;
- this.branchIcon = _embed_css_Assets_swf_MenuBranchEnabled_124894690;
- this.leftIconGap = 18;
- this.horizontalGap = 6;
- };
- }
- }
- }
- }
-
-